home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / menu / df460.zip / DF460.HST < prev    next >
Text File  |  1992-12-18  |  9KB  |  211 lines

  1. DF 4.60:
  2. -------
  3.  
  4. Directory Size item removed -- this was really an anachronism since the
  5. size of the current directory was added to the DF display a few revs back.
  6. This menu item was replaced by System Info
  7.  
  8. The System Info menu item is a full-fledged system information screen
  9. which tells you lots of neat things.  You can move among the logical
  10. drives on your system (less A&B) with left/right arrows.  Control-
  11. left/right arrows include A&B. (Note: the system frequency will probably
  12. not be exactly correct.  It gets the frequency through some timing
  13. analysis which is, by its nature, only an approximation.)
  14.  
  15. Rewrote memory management.  Unless you choose the "small model", you now
  16. have a full 64KB segment for the directory -- about 1500 files.  Plus you
  17. can swap out to XMS or EMS when you shell to a user-defined program.
  18. These are specified on the command-line (/M0 [Small], /MC [Large
  19. conventional], /MT [XMS], /MP [Expanded]) or through DFCONFIG (see the
  20. Memory Allocation item under Attributes)
  21.  
  22. Fixed a variety of fairly obscure sort oddities.  Greater than 10MB files,
  23. secondary key sorts with files which differed only in the last letter, etc.
  24.  
  25. Fixed an intermittent bug in F-Move
  26.  
  27. Fixed color settings in .CFG files not being recognized
  28.  
  29. DF is now Desqview and Windows aware.  Desqview video buffers are used and
  30. idle keystroke polling loops release themselves for more effcient
  31. multitasking operation.  There was also a problem at least with Desqview/X
  32. going crazy because of an Ultravision-aware video call.  This has been
  33. patched around.
  34.  
  35. The display was cleaned up a lot especially for large directories and
  36. disks.  The Source/Working/Displayed and Destination/Default/Target
  37. terminology has also been cleaned up.  Bottom line offset also fixed for
  38. non-EGA/VGA systems.  >100MB files now also have their size totalled
  39. correctly.
  40.  
  41. The help screen was rewritten.  Also, all command letter keys are now
  42. documented as Control keys (e.g. Control-Z for help) although the Alt Key
  43. still works (for the time being) as well
  44.  
  45. Control-B added as equivalent to F12 (Secondary viewer)
  46.  
  47. Control-W sends a form-feed to the defined printer
  48.  
  49. Backspace added for a one keystroke Up Directory.  This is primarily aimed
  50. at Netware users for whom the .. parent directory doesn't show up unless
  51. DOTS=ON has been defined in the Netware SHELL.CFG file.  This same problem
  52. doesn't occur with most other network software such as FTP Systems TCP/IP
  53. idrive.
  54.  
  55. Critical error handling was completely rewritten and is (I think) much
  56. improved including print directory error handling problems
  57.  
  58. A couple of bugs fixed/additions made/and one change to user-defined
  59. parameters.
  60.   %p was adding an additional backslash when the source path was the root.
  61. All trailing backslashes have been removed from %p.  This could
  62. conceivably mean that you may have to rewrite a user-defined command
  63. line or two
  64.   %b added for base filename of highlighted file.  i.e. DF.COM is DF
  65.   %e wasn't changed but the 4.50 docs were wrong.  The leading . is not
  66. returned.
  67.  
  68. Moved the initial settings for the internal viewer to user-settable data
  69. area, and documented wordwrap patch
  70.  
  71. Drive Table will now use logical drives (less A & B) if nothing
  72. is specified unless a switch setting (in the patch locations) is activated
  73. to prevent it.
  74.  
  75. An ASCII text help file can now be read in through DFCONFIG.  This lets
  76. you use your own editor rather than having to make the edits from within
  77. DFCONFIG.  Using a separate editor is probably easier if you want to make
  78. large scale changes, use high ASCII box characters, etc.
  79.  
  80. Intermittent bug with deleting directories should be corrected
  81.  
  82. "Destination not directory" warnings were given on moves and copies
  83. whenever files were marked and the target was specified on-the-fly (i.e.
  84. not to the default target) -- even if only one file was marked.  Now does
  85. not warn on single marked files.
  86.  
  87. Problem with copying files to directories with archive, etc. flags
  88. set when directory name specified "on the fly" corrected
  89.  
  90. Minor changes to default user-defined command definitions from
  91. previous definitions and added reminder in unused menu slots that
  92. external software must be present for default control keys to work
  93.  
  94. Changes to critical error termination code so that the clear screen to
  95. original attributes code path executes
  96.  
  97. In the DFCONFIG main menu: You are returned to the selected menu item from
  98. submenus rather than always being returned to commands
  99.  
  100. Additions to the Attribute menu (Memory Allocation and Drive Table key).
  101. There may also have been a problem in some cases when allocating space for
  102. the read-in file (and naturally this particular function didn't return a
  103. fatal memory error like it should have).  A problem in version reporting
  104. was also fixed.
  105.  
  106.  
  107. DF 4.50:
  108. --------
  109.  
  110. Rewrote sort routines.  They're now MUCH faster (at least 3x -- not
  111. counting time to read from disk)
  112.  
  113. Sorts can now be done in ascending or descending order Alt-N,E,S,D,T or
  114. Cntrl-N,E,S,D,T.  Plus logical secondary sorts (Extension when primary key
  115. is name; Name otherwise) now take place automatically.  Ascending and
  116. descending order can also be specified on the command line with + or -
  117. suffices to the sort letter.
  118.  
  119. Sorts in attribute order (T) added.
  120.  
  121. Drive table allows movement between drives by pressing left and
  122. right arrows.  Note: Drive table must be manually specified in DFCONFIG.
  123.  
  124. F11/F12 keys added to main menu.  F11=Re-mark (equivalent to F6 followed
  125. by F7).  F12=Secondary main viewer
  126.  
  127. Disable mouse switch added.  Plus (for those of you who had been given the
  128. patching information on how to disable the mouse previously), disabling
  129. the mouse now skips ALL the mouse code.  This may help to correct some
  130. mouse incompatibilities some people ran across.
  131.  
  132. Mouse now uses software reset instead of hardware reset.  This seems to
  133. cut a second or so off DF's initialization on some systems.
  134.  
  135. Added Rshift-F11/F12 to user-defined pool.
  136.  
  137. Added Secondary Create Archive key (Rshift-F10) -- default is for ARJ.
  138.  
  139. Increased length of user-defined command lines.
  140.  
  141. Function of numeric keypad <Enter> and main keypad <Enter> keys may be
  142. swapped.
  143.  
  144. Increased length of Smart Viewer command lines.  Increased number of
  145. SmartViewers.  Added ability to configure multiple extensions per
  146. SmartViewer command line together with '?' wildcards.
  147.  
  148. Pause and refresh switches added for SmartViewers.
  149.  
  150. Added new parameters in user-defined command lines:
  151.    %n (synonym for ~) highlighted filename with drive & path
  152.        (e.g. c:\work\DF.COM)
  153.    %d work/displayed drive (e.g. c:)
  154.    %p highlighted pathname (e.g. c:\work\)
  155.    %f highlighted filename only (e.g. DF.COM)
  156.    %e currently highlighted extension only
  157.  
  158.    %c current DOS drive (destination drive)
  159.  
  160.    %% literal %
  161.  
  162. Eliminated dir checks from user-defined command lines (i.e. a directory is
  163. now treated just like a filename)
  164.  
  165. Added configuration file option.  It is now no longer necessary to modify
  166. the executable DF file.  This is particular interest to those who run
  167. virus software in the background to detect writes to executables.  If a
  168. file called DF.CFG in in xxx.COM's directory (where xxx.COM is the name
  169. of DF.COM), it will be used automatically.  Else, the parameters stored
  170. within xxx.COM are used.  Alternate .CFG files can be specified on the
  171. command-line using the /C switch.  .CFG file checking can be turned off
  172. with DFCONFIG setting.
  173.  
  174. Lots of large disk and large directory display problems fixed.  Also, most
  175. directory and disk sizes are now displayed with comma separators to make
  176. them easier to read.
  177.  
  178. Cluster size for Dir size floppy estimates changed to 1024 bytes (from 512
  179. bytes).
  180.  
  181. Alt-F toggles file only (i.e. no directories) display
  182.  
  183. "Graceful degradation" when the number of files in a directory exceeds
  184. DF's limit (512 to 1000 or so files depending upon max memory, TSR's etc.)
  185.  
  186. Help screen modified to reflect changes and increase consistency.
  187.  
  188. It is "believed" that the snow problem is fixed.  There was a logic
  189. reversal problem and the display is now slower with snow-checking on but I
  190. don't have a "snowy" old IBM CGA to actually test on.
  191.  
  192. Bug with last character of a user-entered command line being chopped off
  193. fixed.
  194.  
  195. ZOO SmartViewer written as addition to the XRAY viewers (ZR, etc.).
  196.  
  197. Delete a file option added to XRay Viewers ('D').
  198.  
  199. DFCONFIG extensively rewritten to handle DF changes and relinked with new
  200. versions of user interface libraries.
  201.  
  202. Context-sensitive help added to DFCONFIG.
  203.  
  204. "Print registration form" option added to DFCONFIG.
  205.  
  206. Documentation extensively rewritten.
  207.  
  208. Earlier Revisions
  209. -----------------
  210.  
  211. Deleted for brevity